home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / dp200.zip / POKER.INI < prev   
Text File  |  1997-05-14  |  1KB  |  39 lines

  1. ;                      Draw Pokers information file
  2. ;  This file will hold the information for the game you can setup anything in
  3. ; this file to configure the game to your liking, all lines starting with a
  4. ; ';' will be ignored, also, these should be left in this order of appearances.
  5. ;
  6. ;
  7. ;  The following is the amount of credits that will be given to the player when
  8. ; he/she enters the game or if their credits drops below a certain amount.
  9. ; NOTE: Setting this to a 0 will not give users any credits as well, this
  10. ; should be used in conjunction with the minimum credits setting.
  11. ;
  12. CREDITS=1500
  13. ;
  14. ;  The following will determine at what point to add credits to the players
  15. ; score, their credits must go below this point before it adds the amount
  16. ; specified in the CREDITS field.
  17. ; NOTE: Setting this to 0 will eject the user from the game permantly, this
  18. ; is usefull for tournaments
  19. ;
  20. MINCREDITS=100
  21. ;
  22. ;  The following will determine the max bet the house will allow, the max bet
  23. ; allowed in the system is 25000.
  24. ;
  25. MAXBET=1000
  26. ;
  27. ;  The following will determine the default antee in the game, the maximum
  28. ; antee allowed is 25000.
  29. ;
  30. ANTEE=5
  31. ;
  32. ;  The following will be the max amount of raises allowed per game the maximum
  33. ; number of raises is 10
  34. ;
  35. RAISES=3;
  36. ;
  37. ;
  38. ;
  39.